home *** CD-ROM | disk | FTP | other *** search
- global imageOrder, downloadList, AcrobatPath, AcrobatInstalled
-
- on prepareMovie me
- clearGlobals()
- set the floatPrecision to 1
- imageOrder = []
- repeat with x = 1 to member("captions").text.line.count
- imageOrder.add(member("captions").text.word[x])
- end repeat
- downloadList = []
- AcrobatPath = EMPTY
- AcrobatInstalled = 0
- if (the environment).platform contains "Windows" then
- baRegister("SuperColor", 10090044)
- end if
- end
-